*{ 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;         
}

body{
    font-size: 1em;
    line-height: 1.4;
    text-rendering: optimizeLegibility; /* fix antialiasing issue in Safari */
    -webkit-font-smoothing: antialiased; 
}

/* Links */

a{
    color: #000000;
    text-decoration: none;
}

a:hover{

}

/* Headings */

h1{
	font-weight: bold;
	font-size: 16pt;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #00000;
	text-align: center;
}

h2{
	font-weight: 400;
	text-align: center;
	color: rgba(13,90,181,1);
	font-size: 24px;
}

/* Main element */

main{
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
}

/* Social Buttons */

.social-buttons{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #DCDCDC;
    text-align: center;
}

/* Footer */

footer{
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #DCDCDC;
    text-align: center;
    font-size: 0.9em;
}
